If you want to match an IP within a string, get rid of the leading ^ and trailing $ to use \b (word boundaries) instead.
確定! 回上一頁