View Single Post
Old 02-23-2023, 05:52 AM   #1
F4in7_
Junior Member
F4in7_ began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Feb 2023
Device: none
Question Requesting help to figure out how to get this to work using regular expressions.

I'm bad at describing how to make this work, but right now I have more than a dozen saved searches trying to align ellipses to each other including quotation marks.

Here's a list of them, and I'm figuring out a way to simplify them.
  • ' …' to '…'
  • '. . .' to '… '
  • ' . . . ' to '…'
  • ' . . .' to '…'
  • '*…' to '…'
  • '([A-z])…([A-z])' to '\1… \2'
  • '‘… ' to '‘…'
  • '… ’' to '…’'
  • '‘. . . ' to '‘…'
  • ' . . .’' to '…’'
  • '“… ' to '“…'
  • '… ”' to '…”'
  • '‘ … ' to '‘…'
  • ' … ’' to '…’'
  • ' . . . ’' to '…’'
  • ' … ”' to '…”'
  • ' . . . ”' to '…”'
F4in7_ is offline   Reply With Quote