Skip to content

Add support for pure regular expresion in patterns (without escape)#10

Closed
LTe wants to merge 3 commits intoopenSUSE:masterfrom
LTe:regexp_support
Closed

Add support for pure regular expresion in patterns (without escape)#10
LTe wants to merge 3 commits intoopenSUSE:masterfrom
LTe:regexp_support

Conversation

@LTe
Copy link
Copy Markdown
Member

@LTe LTe commented Jun 26, 2012

When we try match

<ExecuteString string *= "[^\w]unizp"> 

we expect regexp

/[^\w]unzip/

but we get

/\[\^\\w\]unzip/

After this change we can use @= operator and use pure regexp

<ExecuteString @= /[^\w]unzip/>

@LTe
Copy link
Copy Markdown
Member Author

LTe commented Jun 27, 2012

I have problem with this test: LTe@5bf5174#L1R338

I search for regexp in non-greedy mode. Because I would like to work this test: LTe@5b62cb7#L1R119

@dmajda I need help with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants