テキスト内の拡張子を持つすべてのファイル名を見つけようとしています。例えば:
<roottag>
<step>first element using file_text.txt</step>
<step>server.sql</step>
<step>using another.txt file</step>
<txt> elements other.this </txt>
</roottag>
拡張子付きのすべてのファイル名を抽出したい:
file_text.txt
server.sql
another.txt
other.this
preg_match_all について何か考えはありましたか?
前もって感謝します
クリス