
Anonymous
Not applicable
2015-06-09
05:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
java.util.regex.PatternSyntaxException: Unclosed character class
Hi,
i hve the following expression in my t-map component:
I get an exception with this expression:
but i can't see my mistake...
i hve the following expression in my t-map component:
row2.column0.matches("^(\\d**\\d*)")?row2.column0:""
I get an exception with this expression:
Exception in component tMap_1
java.util.regex.PatternSyntaxException: Unclosed character class near index 21
^(\d**\d*)
^
but i can't see my mistake...
345 Views
3 Replies

Anonymous
Not applicable
2015-06-10
04:40 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi littledirk,
Have you tried to switch to "Code" view to see if there is any error line in java code?
Best regards
Sabrina
Have you tried to switch to "Code" view to see if there is any error line in java code?
Best regards
Sabrina
345 Views

Anonymous
Not applicable
2015-06-22
10:16 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'll check that.
345 Views

Anonymous
Not applicable
2015-06-24
05:07 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
You can post the screenshot of error line in java code into forum. We will check it for you.
Best regards
Sabrina
You can post the screenshot of error line in java code into forum. We will check it for you.
Best regards
Sabrina
345 Views
