Last active
December 22, 2025 03:14
-
-
Save semihkeskindev/116a3bb09b657212ddb3d56770c5a0c3 to your computer and use it in GitHub Desktop.
TR Turkey Turkish Phone Regex advanced
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 3. satırı baştan sona kopyalamanız gerekmektedir. Çalışır örneğini 5. satırdaki linkten görebilirsiniz. | |
| /(^[0\s]?[\s]?)([(]?)([5])([0-9]{2})([)]?)([\s]?)([0-9]{3})([\s]?)([0-9]{2})([\s]?)([0-9]{2})$/g | |
| // https://regexr.com/5005l |
halodayi4276-bot
commented
Dec 22, 2025
<script src="https://gist.github.com/semihkeskindev/116a3bb09b657212ddb3d56770c5a0c3.js"></script>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment