Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RegEx not working in Sketch 47 #55

Closed
evosyn opened this issue Nov 6, 2017 · 3 comments
Closed

RegEx not working in Sketch 47 #55

evosyn opened this issue Nov 6, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@evosyn
Copy link

evosyn commented Nov 6, 2017

RegEx expressions are not resulting in changes being made in Sketch 47

Attempting both examples in the Read.me don't work

@thierryc thierryc self-assigned this Nov 22, 2017
@thierryc thierryc added the bug label Nov 22, 2017
@thierryc thierryc added this to the Fix ASAP milestone Nov 22, 2017
thierryc added a commit that referenced this issue Nov 22, 2017
fix - RegEx not working in Sketch 47 #55
add - Save find and replace text
thierryc added a commit that referenced this issue Nov 22, 2017
RegEx not working in Sketch 47 #55
@thierryc
Copy link
Owner

Fixed! Please test it. Happy Thanksgiving

@evosyn
Copy link
Author

evosyn commented Nov 28, 2017

Most commands are working! Thank you.

I'm running into one issue: Using this string to find spaces at the beginning of text layers ^\s and replacing them with no space (to remove the space). It doesn't seem to work with the ^ modifier, but does work with just \s ... this wont work for my use because I need spaces between the words

Ex. trying to take " Type something" to "Type Something" (note the space at the beginning of the first string.

Thoughts?

@thierryc
Copy link
Owner

Let me open a new issue for this. #57.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants