Sketch-Find-And-Replace

Sketch plugin to do a find and replace on text within layers

APACHE-2.0 License

Downloads
4
Stars
709
Committers
5
Sketch-Find-And-Replace - Sketch Find And Replace

Published by thierryc almost 7 years ago

Improve find and replace when elements are selected.

Sketch-Find-And-Replace - Sketch Find And Replace

Published by thierryc almost 7 years ago

Fix regex

Sketch-Find-And-Replace - Sketch Find And Replace 1.16

Published by thierryc almost 7 years ago

Fix regex for sktech 47
Save find and replace string
Typo

Sketch-Find-And-Replace - Sketch-Find-And-Replace

Published by thierryc almost 7 years ago

Merge pull request #56 from thierryc/regex-fix-47
RegEx not working in Sketch 47 #55

Sketch-Find-And-Replace - Sketch-Find-And-Replace

Published by thierryc about 7 years ago

fix Number of replacements made toast does not include changes in symbol overrides

Sketch-Find-And-Replace - Sketch-Find-And-Replace 1.13

Published by thierryc about 7 years ago

Replace Text Preserving Attribute Ranges when is possible

Sketch-Find-And-Replace - ReplaceTextPreservingAttributeRanges

Published by thierryc about 7 years ago

ReplaceTextPreservingAttributeRanges

Sketch-Find-And-Replace - Sketch-Find-And-Replace (REGEX) 1.11

Published by thierryc over 7 years ago

  • Add version in description for a better user support
  • Bugfix
Sketch-Find-And-Replace - Sketch-Find-And-Replace (REGEX) 1.10

Published by thierryc over 7 years ago

Get the Regex Power ! ⚡️

String: "John Smith"

Find: (\w+)\s+(\w+)

Replace with: "$2 $1"

Result: Smith John.

Sketch-Find-And-Replace - Sketch Find And Replace 1.9

Published by thierryc over 7 years ago

Sketch 45.1 bugfix :

  • initDefaults
Sketch-Find-And-Replace - Sketch-Find-And-Replace (REGEX) 1.10-beta2

Published by thierryc over 7 years ago

var re = /(\w+)\s(\w+)/;
var str = 'John Smith';
var newstr = str.replace(re, '$2, $1');
Sketch-Find-And-Replace - Sketch-Find-And-Replace (REGEX) 1.9-beta

Published by thierryc over 7 years ago

Regex features

Sketch-Find-And-Replace - Sketch Find And Replace 1.8

Published by thierryc over 7 years ago

Sketch 45.1 Update Bug fix

Sketch-Find-And-Replace - Sketch Find And Replace 1.7

Published by thierryc over 7 years ago

add icon

Sketch-Find-And-Replace - Sketch Find And Replace 1.6

Published by thierryc over 7 years ago

Sketch 45 will include a plugin update system.
3# automatic update.

Sketch-Find-And-Replace - Sketch Find And Replace 1.5

Published by thierryc over 7 years ago

Sketch 45 will include a plugin update system.
2# automatic update.

Sketch-Find-And-Replace - Find and Replace for Sketch 1.2

Published by thierryc over 7 years ago

Find and Replace for Sketch

Finds text in selected layer(s) and all layers contained within - and replaces it with different text. Features partial, case sensitive and full-document matching.

Now works with symbol overrides. 🎉

Package Rankings
Top 25.07% on Npmjs.org
Badges
Extracted from project README
Install PLUGIN NAME with Sketchpacks