Posts by Luciano Victor • 47 points
3 posts
-
0
votes1
answer82
viewsA: How to list categories and subcategories in select?
To check if the term is Voce parent you can check the Parent attribute. If it is 0 it means that it is a state, if not, city. $locais = get_terms($taxonomy); foreach($terms as $term) { if…
-
1
votes1
answer74
viewsQ: How to do this Regex in Delphi
I’m having trouble making the following mask. Valid values: 1.98.212 1.98 1 What I’ve managed to do so far: \d{0,1}(\.\d{0,2})?(\.\d{0,3})? You’re wrong because you can insert 1,999, because…
-
3
votes1
answer48
viewsQ: Why do I get QNAN error when I calculate this?
Would someone help me check which client is closest to the found media? When I compile from the 1.QNAN0 that is when I do a mathematical operation invalidates, I just don’t see which one it is :/…
casked Luciano Victor 47