Regular Expression
#1

I must find and replace something in Notepad++ but I can't seem to make it working.

My knowledge in regex is low, I barely know anything, but I know what's its role.

I need to find every string
name="delux object (4)"
I must find around 400 lines like that and remove them

I need this because I cannot convert my objects to 0.3c because this is in the way.
How to use it in Notepad++ ?
Reply
#2

Why don't you just use a .map loader to avoid all this converting bullshit?
Reply
#3

Quote:
Originally Posted by Zh3r0
Посмотреть сообщение
I must find and replace something in Notepad++ but I can't seem to make it working.

My knowledge in regex is low, I barely know anything, but I know what's its role.

I need to find every string
name="delux object (4)"
I must find around 400 lines like that and remove them

I need this because I cannot convert my objects to 0.3c because this is in the way.
How to use it in Notepad++ ?
Just, hold ctrl and f5 and then a box will load, click on the tab click replace type

the string your looking for then in the box below it put nothing and click replace. Should work.
Reply
#4

Notepad has regex search/replace - press CTRL+R and make sure you tick "Regular Expr". There are lots of options, so make sure you've set them right before you say "OMG IT'S NOT WORKING".

Good luck!
Reply
#5

name=\"delux object \([0-9]?\)\"
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)