It is currently April 27th, 2024, 8:16 pm



Post new topic Reply to topic  [ 78 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: Replacements help.
PostPosted: September 27th, 2023, 1:54 pm 

Joined: March 20th, 2016, 12:31 pm
Posts: 37
Thank you, it works.

Datingmystepson - Crystal Clark Riding More Than Bicycles

Is it possible to make sure that the first word (site name) is written as in the folder name?

DatingMyStepson - Crystal Clark Riding More Than Bicycles

Thanks.


Attachments:
Захват1.jpg
Захват1.jpg [ 11.71 KiB | Viewed 425 times ]
Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 27th, 2023, 4:15 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12646
Location: Earth
With "Capitalize" option enabled - not really.

But all words are already capitalized in your example, just disable that option and it will be fine.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 28th, 2023, 8:13 am 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Before
Code:
WildOnCam 23 09 21 Myra Moans Hardcore XXX 1080p MP4-WRB[XC]


After

Code:
WildOnCam Myra Moans Hardcore (23-09-21)


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 28th, 2023, 9:35 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12646
Location: Earth
Search for:
Code:
(.+?).([0-9]{2}).([0-9]{2}).([0-9]{2}).(.+?)XXX.+


Replace with:
Code:
$1 $5 ($2-$3-$4)


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: September 28th, 2023, 10:43 am 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Thanks Bro


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: November 5th, 2023, 9:10 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Hello
before:
Code:
https://filecrypt.cc/Container/D28F1B402C.html

After

For Direct links you need to buy Golden subscription for more info contact us
Code:
[hide]https://filecrypt.cc/Container/D28F1B402C.html[/hide]


thanks


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: November 6th, 2023, 8:51 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12646
Location: Earth
It's a bit hard to understand. Do you already have "code" tags there?

"hide" tag inside the "code" tag won't work (it won't be shown, as you can see here).

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: November 6th, 2023, 8:52 am 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
What I want is to add sentence
Then add hide to filecrypt host
No need code


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: November 6th, 2023, 9:13 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12646
Location: Earth
Search for:
Code:
https?://filecrypt.+


Replace with:
Code:
[b]For Direct links you need to buy Golden subscription for more info contact us[/b]\n[hide]$0[/hide]


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: February 22nd, 2024, 9:21 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
before
Code:
Ed Lev-Shine-(nm037)-Web-2024-Afo

After
Code:
Ed Lev-Shine-Web-2024-Afo


before
Code:
Andy Moor With Somna Ft Natalie Major-Born To Run (yelow Remix)-(avaw3193)-Web-2024-Afo


after

Code:
Andy Moor With Somna Ft Natalie Major-Born To Run-Web-2024-Afo

mean :remove words between ()
thanks


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: February 22nd, 2024, 10:50 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12646
Location: Earth
Search for:
Code:
\(.+?\)-?


Replace with:
Code:
(leave empty)


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: February 27th, 2024, 6:04 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Hello
before
Code:
Autodesk Inventor Professional 2024 2 Update Only x64


after
Code:
Autodesk Inventor Professional 2024.2 Update Only x64


before
Code:
Turbo Studio 19 6 1208 28


After
Code:
Turbo Studio 19.6.1208.28


Thanks


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: February 28th, 2024, 9:04 am 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12646
Location: Earth
Add both (it will make sure to cover more cases):

Search for:
Code:
([0-9]+)\s([0-9]+)


Replace with:
Code:
$1.$2


Enable regex search.


Search for:
Code:
([0-9]+) ([0-9]+)


Replace with:
Code:
$1.$2


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: February 28th, 2024, 2:34 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Thanks bro


Top
 Profile  
Reply with quote  
 Post subject: Re: Replacements help.
PostPosted: March 23rd, 2024, 1:36 am 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
Hi
before
Code:
tenoke-deep.in.the.woods


after
Code:
Deep.In.The.Woods-Tenoke


Also
before
Code:
tenoke-krimson


after
Code:
Krimson-Tenoke


Thanks bro


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 78 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Theme designed by stylerbb.net © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC