/ Published in: Groovy
URL: http://hansamann.podspot.de/files/grails_podcast_episode_32_1036.mp3
Expand |
Embed | Plain Text
//pattern examples. Creating a time pattern that can be reused. def timePattern = ~/\d\d:\d\d/ //we reuse the pattern matcher = timePattern.matcher(anotherTimeString)
You need to login to post a comment.
