Skip to content
/ ai_re Public

Replace by regular expression. Keeps the original formatting of the text. Extends standard Illustrator dialog "Search and Replace..."

Notifications You must be signed in to change notification settings

dumbm1/ai_re

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3748f1e · Jan 22, 2019

History

59 Commits
Feb 13, 2018
Jan 30, 2017
Dec 14, 2017
Nov 19, 2016
Dec 2, 2016
Dec 14, 2017
Jan 30, 2017
Dec 14, 2017
Feb 6, 2017
Nov 19, 2016
Feb 6, 2017
Dec 2, 2016
Jan 30, 2017
Jan 22, 2019

Repository files navigation

#ai_re_1.4: Search and Replace by Regular Expression

Saves the original formatting of the text

###The html/css/js extension panel for Adobe Illustrator CC+

####Use the Select All Matches button for preview all matches: preview

####Use Replace button for replace all matches: preview

####Formatting text remains the same: preview

####What has been changed in this version:

  • Fix the bugs

####Using:

  1. Select text frame[s] using the Selection Tool, Direct Selection Tool or Group Selection Tool.
  2. In the Regular Expression: field input a regular expression pattern.
  3. On the Replace To: field input the replacement string.
  4. Set the flags g, m, i.
  5. Push the Select All Matches button for preview.
  6. Push the Replace button for replace.

####Other options:

  • Can use the references to captured groups like $1, $2 etc. in the both input fields.
  • Can use the special chearacters like \r, \t etc. in both input fields.
  • Refresh button is used to clear the input fields and the console.
  • The result of the work is displayed in the Output info field.
  • GitHub button opens this public repository in the default internet browser.

About

Replace by regular expression. Keeps the original formatting of the text. Extends standard Illustrator dialog "Search and Replace..."

Resources

Stars

Watchers

Forks

Packages

No packages published