It is currently April 26th, 2024, 7:23 am



Post new topic Reply to topic  [ 1106 posts ]  Go to page Previous  1 ... 51, 52, 53, 54, 55, 56, 57 ... 74  Next
Author Message
 Post subject: Re: Forum replacements problems.
PostPosted: April 25th, 2020, 12:13 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12644
Location: Earth
Could you write the "Before" and "After".

Just easier to understand and avoid mistakes.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 25th, 2020, 12:17 pm 

Joined: August 28th, 2011, 12:50 pm
Posts: 163
before
http://prntscr.com/s5q0nu
after
http://prntscr.com/s5q0uj


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 25th, 2020, 12:31 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12644
Location: Earth
Search for:
Code:
(?s)(\[img\].+?\n)(.+)


Replace with:
Code:
$1==========\n$2


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 25th, 2020, 1:03 pm 

Joined: August 28th, 2011, 12:50 pm
Posts: 163
not working


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 25th, 2020, 1:08 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12644
Location: Earth
PM me a screenshot of added replacement. You might made some mistake.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 25th, 2020, 1:19 pm 

Joined: August 28th, 2011, 12:50 pm
Posts: 163
sorry working Well


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 25th, 2020, 2:51 pm 

Joined: August 28th, 2011, 12:50 pm
Posts: 163
DLE site
Is it possible to automatic post

my post is like this
https://pastebin.com/NYne26y3
to be like
https://pastebin.com/iwn0fguu


so
1st image(cover)
seperator
center
MYtxt
cenetr


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 25th, 2020, 3:04 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12644
Location: Earth
Yes, just remove that replacement which I wrote earlier then.

Add this instead:

Search for:
Code:
(?s)^(.+?)(\n.+)


Replace with:
Code:
$1\n==========\n[center]\n$1$2\n[/center]


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 25th, 2020, 3:11 pm 

Joined: August 28th, 2011, 12:50 pm
Posts: 163
you are just awesome....You Rock

Big thanks


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 27th, 2020, 3:59 pm 

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

before:
Code:
I Still Believe  A Memoir by Jeremy Caled


After:

Code:
I Still Believe  A Memoir

this is just example need every sentence contain this :
Code:
by ....

thanks


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: April 27th, 2020, 4:01 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12644
Location: Earth
Search for:
Code:
 by .+


Replace with:
Code:
(leave empty)


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 1st, 2020, 4:38 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
hello bro
before
Code:
[b]Game Features :[/b]


after
Code:
[size="24"][b]Game Features :[/b][/size]

in regex plz
thanks


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 1st, 2020, 4:39 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12644
Location: Earth
No need regex for that.

Just add simple replacement (not regex).

Search for:
Code:
[b]Game Features :[/b]


Replace with:
Code:
[size="24"][b]Game Features :[/b][/size]

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 1st, 2020, 4:41 pm 

Joined: August 17th, 2016, 8:29 pm
Posts: 243
no bro need every word between [b ][/ b]
replace with

Code:
[size="24"][b][/b][/size]


Top
 Profile  
Reply with quote  
 Post subject: Re: Forum replacements problems.
PostPosted: May 1st, 2020, 4:59 pm 
Site Admin
User avatar

Joined: March 10th, 2011, 11:14 pm
Posts: 12644
Location: Earth
Search for:
Code:
\[b\](.+?)\[/b\]


Replace with:
Code:
[size="24"][b]$1[/b][/size]


Enable regex search.

_________________
themaPoster | themaCreator | themaManager | themaLeecher | themaRegister


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1106 posts ]  Go to page Previous  1 ... 51, 52, 53, 54, 55, 56, 57 ... 74  Next

Who is online

Users browsing this forum: No registered users and 3 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:  
Theme designed by stylerbb.net © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC