Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
a.columnなどの文字列を単にに置き換えたいcolumn。
a.column
column
私が試した:
str_replace("/([a-z]\.)*(.+)/i", '$2', 'a.column')
しかし、それはうまくいきません。