
Joao Henriques
University of Coimbra
2010년부터 활동
Followers: 0 Following: 0
Personal info and publications:
http://www.isr.uc.pt/~henriques/
Feeds
답변 있음
Comparing strings with wildcards
There's a very simple way, just use regexptranslate: regexp('abc123x', regexptranslate('abc*x')) Will return 1 (begginin...
Comparing strings with wildcards
There's a very simple way, just use regexptranslate: regexp('abc123x', regexptranslate('abc*x')) Will return 1 (begginin...
거의 11년 전 | 1
| 수락됨
답변 있음
functions vs. script
As you've seen, it's very tempting to use functions as if they were scripts. Many people just use "global" to share variables be...
functions vs. script
As you've seen, it's very tempting to use functions as if they were scripts. Many people just use "global" to share variables be...
대략 13년 전 | 2