PDA

View Full Version : Regular Expression Help



vpsekhar
03-04-2015, 06:26 AM
Hi,
Shall i have a regular expression for MS WORD which will help me to find lines ending with Paragraph Marks.

gmayor
03-04-2015, 06:53 AM
Search for ^p

See http://www.gmayor.com/replace_using_wildcards.htm for a lot more information on searching in Word.

vpsekhar
03-04-2015, 09:24 AM
Hi, This one will search for paragraph mark. I want to find only those paragraph marks which are at end of line.

Paul_Hossler
03-04-2015, 05:59 PM
Hi, This one will search for paragraph mark. I want to find only those paragraph marks which are at end of line.


How do you define the 'End of Line'?

Since you can resize the screen and change the font for example, the representation of the text on the page or the screen will flow and change.

Might be better if you attached a sample or screen shot

gmayor
03-04-2015, 10:23 PM
Paragraph marks are always at the 'end of a line'. They end the paragraph and start a new line.

gmaxey
03-05-2015, 08:41 AM
Maybe you are looking for line breaks. In that case use ^l