Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » ATL » Does the regexReplaceAll operation work?
Does the regexReplaceAll operation work? [message #1854769] Fri, 09 September 2022 06:23 Go to next message
Yves BERNARD is currently offline Yves BERNARDFriend
Messages: 152
Registered: July 2014
Senior Member
I didn't succeed in making regexReplaceAll working.
I always get the following error:

org.eclipse.m2m.atl.emftvm.util.VMException: java.lang.UnsupportedOperationException: String::regexReplaceAll(String, String)

However if, in the exact same code I replace it with a call to the replaceAll operation, with the same parameters (i.e. '::' and '/'), the code runs without error.

Do I miss something or is there a bug?


Yves
Re: Does the regexReplaceAll operation work? [message #1854770 is a reply to message #1854769] Fri, 09 September 2022 07:41 Go to previous message
Yves BERNARD is currently offline Yves BERNARDFriend
Messages: 152
Registered: July 2014
Senior Member
Ok. I found the answer here: https://www.eclipse.org/forums/index.php/m/1384919/?srch=regexReplaceAll#msg_1384919

Yves
Previous Topic:OCL closure operation
Next Topic:How to collect all of the iteration results?
Goto Forum:
  


Current Time: Fri Mar 29 04:36:04 GMT 2024

Powered by FUDForum. Page generated in 0.06389 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top