Have an account? Sign in
"*" indicates required fields
You agree that CreativePro Network may send you emails, including the newsletter selections above. You can unsubscribe at any time.
By signing in, you agree to our Terms of Use and acknowledge our Privacy Notice.
New user? Create an account
By signing in, you agree to our Terms of Use and acknowledge our Privacy Notice.
– EDIT you dont want the space at the end
\<\w(?=\w{3,})
GREP style : CAPS
\<\w(?=\w{3,})
Change first letter of any word larger than 3 letters
(It is not perfect)
Thanks David that would help me to solve the problem – However I have just had a Eureka moment …
So my target was to define “find any white space except a forced line break” as part of a wider find / change:
I want to find all instances of a pipe “|” and make sure that it is surrounded by a space on both sides – ” | ”
I do not want to select a forced line break if there is one
So I did this = (?<=.)*?\|*?(?=*\w) and replace with ” | “
My helpful grep style codes:
(?<=m)2
superscript m²
[\(“‘].+?[‘”\)](?=[[:punct:]]|)
Apply any style to any text inside ( ) or ” ” or ‘ ‘ – included in this code is to ignore the instance of an apostrophe that is not followed by any white space
This site uses cookies, but not the kind you eat. We use cookies to remember log in details, provide secure log in, improve site functionality, and deliver personalized content. By continuing to browse the site, you accept cookies.
To provide the best experiences, we and our partners use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us and our partners to process personal data such as browsing behavior or unique IDs on this site and show (non-) personalized ads. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Click below to consent to the above or make granular choices. Your choices will be applied to this site only. You can change your settings at any time, including withdrawing your consent, by using the toggles on the Cookie Policy, or by clicking on the manage consent button at the bottom of the screen.