問題タブ [filepattern]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
regex - ワイルドカード テキスト文字列を使用した正規表現
私は2つのファイルパターンを持っています
- VCSTrades_yyyymmdd_OMEGA.csv
- VCSPositions_yyyymmdd_OMEGA.csv
1 正規表現を使用することを望んでいましたが、最初のアンダースコアの後に何も問題がありません
これは私がうまくいくと思ったものです
VCS([a-zA-Z]*$)_[0-9]{8}_OMEGA.csv
助けてください
file - スプリッター後に複数のファイルを保存するためのファイル名/拡張子を変更するミュール
XMLを分割して別のファイルとして保存しようとしています。File name/pattern オプションで何も指定しないと、ファイルは .dat 形式で正しく保存されます。しかし、ファイルを a1.xml 、a2.xml 、a3.xml のような something.xml 形式で保存したい。
これが私が試しているフローです
ffmpeg - FFMPEG multiple file pattern not working in single command
I want to add multiple file sequences in single ffmpeg command, below is my code, video is getting created but only first image sequence is getting used, second is getting ignored
Now the problem is FFMPEG wants continous images, which i don't have i have images starting from 0000001.png
in each folder, how can i accomplish this without changing much in my images
unix - 2 番目の文字が数字である現在のディレクトリ内のすべてのファイルとディレクトリを一覧表示する Unix コマンド
これのための私のコードは
ls | grep .[0-9]*
出力は次のように表示されます
期待される出力は
直接使用できることはわかっていますls ?[0-9]
が、出力順序が異なります
java - Javaは特定のパターンのディレクトリからファイルを再帰的にリストします
ディレクトリ/ファイル構造の下にあります
Tests
ここでは、ディレクトリからのファイルのリストが必要です。どうすればJavaでそれを達成できますか、これは何か役立つことがわかりましたhttps://stackoverflow.com/a/24006711/1665592
以下の何かがすべての XML ファイルをリストしていますが、特定のディレクトリからそれが必要Tests
ですか?
最終的に、私は必要ですfileList = [file1.xml, file2.xml, file3.xml, file4.xml]