semihkeskindev
Follow
🎉
Software Developer at Moneo | Beykent University 20' | Computer Programming
-
Software Developer @moneo
- Beylikdüzü İstanbul
- semihkeskin.net
- @semihkeskindev
- semihkeskindev
- https://kommunity.com/@php
- https://medium.com/@semih.keskin
Pinned Loading
-
-
TR Turkey Turkish Phone Regex advanced
TR Turkey Turkish Phone Regex advanced 1// 3. satırı baştan sona kopyalamanız gerekmektedir. Çalışır örneğini 5. satırdaki linkten görebilirsiniz.
23/(^[0\s]?[\s]?)([(]?)([5])([0-9]{2})([)]?)([\s]?)([0-9]{3})([\s]?)([0-9]{2})([\s]?)([0-9]{2})$/g
45// https://regexr.com/5005l
-
Trendyol Toplam Harcama Hesaplayıcı
Trendyol Toplam Harcama Hesaplayıcı 1// Trendyol'da yaptığınız toplam harcamayı hesaplar.
2// https://www.trendyol.com/hesabim/siparislerim sayfasına gidin.
3// Tüm siparişleri listeleyin.
4// Console'da function'ı çağırın. => calculateTotalPrice();
5function calculateTotalPrice() {
-
Clear all values without delete prop...
Clear all values without delete properties in object 1function clearAllValues(data, byTypeOf = false) {
23let clearValuesTypeOf = {
4boolean: false,
5number: 0,
-
-
Print 422 Error messages came from l...
Print 422 Error messages came from laravel endpoints on frontend 1import {message} from 'antd'
23export const errorMessage = (error: any, printErrorMessage: boolean = true) => {
4if (!error.response) {
5return
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.