Forum Replies Created
-
AuthorPosts
-
June 20, 2023 at 12:00 pm in reply to: Grep – String Replace, but spaces remain for removed String #14393168
Nathan Rule
ParticipantTrue i could do that but i was hoping to institute a grep feature that would parse the text at the moment and replace the text inside the bracket with the symbol as there are at least a dozen symbols that would need to be replaced, and occasionally its [t] or [tt] or [ttt] in addition to [s] or [b] or [a] depending on what the text is needing.
June 20, 2023 at 9:51 am in reply to: Grep – String Replace, but spaces remain for removed String #14393150Nathan Rule
Participanti can already do a positive look behind (?<=\[).+ to replace the characters i just didn’t know if there was a grep code that would remove or replace the brackets so they didn’t remain.
Nathan Rule
ParticipantI have experienced this similar issue as it relates to Activating fonts. My peeps can have lets say Helvetica Neue activated and i can have the actual font installed and it will say its missing when i open the file. So couple of things that i found out, it will say you activated the font but it wont update. So you have to uninstall that font on your computer. Its very weird that it wont let you use the actual font on your comput because its not the “same” name as the activated font. Even though its actually the same font – spelling and all.
May 6, 2022 at 6:48 am in reply to: Grep Adjustment – I made mine work, was wondering why it breaks when i change it #14365274Nathan Rule
ParticipantNo the grep i used works fine bolds all titles – it works for what i was needing it for.
I was wondering how to get it to do the same thing but not apply it to the comma inbetween the second title.
May 5, 2022 at 10:51 am in reply to: Grep Adjustment – I made mine work, was wondering why it breaks when i change it #14365231Nathan Rule
ParticipantI meant so that the grep didnt bold a second comma if the person had two titles in their name: Lori Labrum, PE, PTOE
Nathan Rule
Participantim copying and pasting…Yours worked fine. Not sure why it didn’t work with his.
Nathan Rule
ParticipantThat doesnt work either. Thanks though!
Nathan Rule
ParticipantI thought i read that link. So in this case i would change it to be
(?<=\(){1,2,3}(?=\))
EDIT: That doesnt work, (?<=\().(?=\)) that finds exactly 1 or (?<=\()..(?=\)) finds exactly 2 but .,.. Doesnt find anything
April 4, 2022 at 7:09 am in reply to: GREP for Replacing Paragraph Break with space (not in FIND/CHANGE) #14363460Nathan Rule
ParticipantIt works, except for a every now and then. So in the example i posted it is clean however it still added a Paragraph break after the first letter, lol. Either way it still actually eliminates some other steps. Thanks for that its a grewat tip!
April 4, 2022 at 6:54 am in reply to: GREP for Replacing Paragraph Break with space (not in FIND/CHANGE) #14363459Nathan Rule
ParticipantWell thats an intersesting article.
April 4, 2022 at 6:51 am in reply to: GREP for Replacing Paragraph Break with space (not in FIND/CHANGE) #14363455Nathan Rule
ParticipantApril 4, 2022 at 6:39 am in reply to: GREP for Replacing Paragraph Break with space (not in FIND/CHANGE) #14363448Nathan Rule
ParticipantIm not working on a book. It is a specialized thing i was working on. When you copy and paste text from a PDF it autmatically keeps the formatting. So paragraph breaks are imported even if the sentance is continuing – Usually i run it through textcleaner.net but i was wondering if i could implement it as a grep inside the paragraph style.
April 4, 2022 at 6:19 am in reply to: GREP for Replacing Paragraph Break with space (not in FIND/CHANGE) #14363445Nathan Rule
ParticipantAww darn!
Nathan Rule
ParticipantI put it on it own layer and put it below the layer the text is on, and it worked perfectly.
Nathan Rule
ParticipantI should have mentioned that i tested it with NVDA 2019.2.1 – and it is doing the same thing. Thanks! I did not test with JAWS as I would have to pay for it
-
AuthorPosts

