
Hirotoshi Hosoda
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Hirotoshi Hosoda-
Hirotoshi Hosoda commented,
Hi Rahul, Thank you for reply about isValidIPv4 specification. It's same behavior, using isValidIPv4 and isValidIP. I tried using isValid operator, but the following "No definition found" message i...
-
Hirotoshi Hosoda created a post,
The isValidIP operator returns true even if the "operand" contains whitespace at the beginning or end.
Hi. the following case, valid returns true. | isValidIPv4(" 192.168.50.50") as valid | isValidIPv4("192.168.50.50 ") as valid | isValidIPv4(" 192.168.50.50 ") as valid But, in this case private r...