in reply to Re: check for square-number with a regex
in thread check for square-number with a regex

this solution is wrong because of two reasons:

any other arguments in the post are flawed because of this.and mainly the fact that an arbitrary power can't really be expressed by the regex(except for hardcoded values like

(1{4}){9}/ means 36 but that's far from what is needed here )