find düzenli ifade [# 1], [# # 2], [# # 125] .. php

2 Cevap php

find düzenli ifade [# 1], [# # 2], [# # 125] .. php

i dize var

"php, regu[]lar expre[# # 1]ssio [# # 2]nssadas das dasd as das dasdssd [# # 301]dfs dfsdf sd fsdfds"

{number} ile tüm bu değiştirmek istiyor

2 Cevap

PHP bunu şöyle yapın

$string=preg_replace('/\[#\s#\s([0-9]+)\]/', '$1', $string);
theString.preg_replace( '/\([#\s#\s[0-9]+\])/', '$1' );

Edit: tamam, burada bazı madenci hatalar ama u fikir olsun: p.