What is the translation of " REGEX " in English?

Noun
regex
biểu thức chính quy

Examples of using Regex in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Regex có thể là.
A regex would be.
Bắt đầu regex.
Get started with regex.
Regex thường được ứng dụng trong 2 mục đích sau.
The use of regex is usually done for two major purposes.
Kiểm tra nó với một regex.
Test it against a regex.
Cách tạo ra code để dùng RegEx trong các ngôn ngữ lập trình.
How to work with Regex in your programming language.
Xây dựng một RegEx.
You do this by building a regex.
Làm thế nào tôi nên viết một regex để phù hợp với một từ cụ thể?
How should I write a regex to match a specific word?
Ví dụ: lazydog là một regex.
For instance, foo is a regex.
S/ regexp/ replacement phạmvi Thay thế các text khớp với regex bằng replacement.
S/REGEX/REPLACEMENT/ replaces the thing matched by REGEX with REPLACEMENT.
Mã hiệu hoạt động tốt với một số regex khác.
The code works fine with some other regex's.
Tôi đang cố gắng tìm regex để kiểm tra xem có thể tìm thấy ngày trong chuỗi không.
I am trying to find a regex to check if a date can be found within an string.
Sử dụng điều này nếu bạn không muốn sử dụng regex.
I would like to accomplish this without the use of regex.
Cho dù bạn đang làm việc với JavaScript, Ruby hay PHP, regex này vẫn có thể rất hữu ích.
Whether you're working in JavaScript, Ruby or PHP, this regular expression can prove very helpful.
Nhưng bạn có thể giả lập một hàm replaceAll()bằng cách sử dụng/ g ở cuối Regex.
But you can simulate a replaceAll()function by using the/g at the end of a Regex.
Regex ở trên sẽ khớp với bất kỳ chuỗi hoặc dòng nào không có ngắt dòng, không phải chứa chuỗi( sub)' hede'.
The regex above will match any string, or line without a line break, not containing the(sub)string‘hede'.
Nếu vì bất cứ lý do nào mà bạn cần phải loại bỏ tất cả các chú thích từ một khối HTML thìđây là mã regex cần dùng.
If for whatever reason you need to remove all comments from a block of HTML,this is the regex code to use.
Dr các nhóm không bắt giữ, như tên cho thấy là các phần của regex mà bạn không muốn được bao gồm trong trận đấu và?
Dr non-capturing groups, as the name suggests are the parts of the regex that you do not want to be included in the match and?
Nếu chỉ một biểu thức được thiết lập, thì các lỗi ID trần phảiđược xuất hiện trong các nhóm của chuỗi regex.
If only one expression is set, then the bare bugIDs must be matched in the groups of the regex string.
Regex này gần giống như lấy phần kết thúc của regex ở trên, ném nó vào giữa" WEB và một số cấu trúc tập tin ở cuối.
This Regex is almost like taking the ending part of the above Regex, slapping it between“WEB and some file structure at the end.
Vì có rất nhiều công cụ cho regex, nên chúng ta sẽ sử dụng regex shell và xem sức mạnh bash khi làm việc với regex.
Since there are many engines for regex, we will use the shell regex and see the bash power in working with regex.
Với ứng dụng này, bạn sẽ có thể hiểu được một biểu thức regex, nhờ vào lời giải thích đầy đủ về từng yếu tố tạo ra nó.
With this application you will be able to understand a regex expression, thanks to the complete explanation of each of the elements that compose it.
Có tính năng regex để tìm từ thay vì" Ctrl+ F" trong một số trình chỉnh sửa như VS Code, tôi đang cố gắng tìm một từ sau một từ cụ thể bằng một….
There is regex feature to find words instead of"Ctrl+ F" in some editor like VS Code, I'm trying to find a word after a specific word with some….
Các nhóm chụp bạn có thể sử dụng sau này trong regex để khớp HOẶC LÀ bạn có thể sử dụng chúng trong phần thay thế của regex.
Groups that capture you can use later on in the regex to match OR you can use them in the replacement part of the regex.
Để có regex đúng có thể được hóc búa, do đó, để giúp bạn sắp xếp một biểu thức phù hợp có một hộp thoại kiểm tra cho phép bạn nhập một biểu thức và sau đó gõ vào tên tập tin để kiểm tra trên đó.
Getting the regex just right can be tricky, so to help you sort out a suitable expression there is a test dialog which allows you to enter an expression and then type in filenames to test it against.
Nó không phải luôn luôn dễ dàng để có được regex do đó để giúp đỡ thì có một hộp thoại thử nghiệm được xây dựng vào hộp thoại thuộc tính Bugtraq.
It's not always easy to get the regex right so to help out there is a test dialog built into the bugtraq properties dialog.
Những gì bạn muốn làm là lấy nhóm đầu tiên của kết quả trận đấu,được bao quanh bởi() trong regex và cách để làm điều này là sử dụng cú pháp nhóm không bắt, tức là?.
What you want to do is to grab the first group of the match result,surrounded by() in the regex and the way to do this is to use the non-capturing group syntax, i.e.?.
Ví dụ: nếu bạn chỉ cần đối sánh với chuỗi“ site”,hãy thiết lập cấu trúc regex của bạn để“ site” vừa là bắt đầu chuỗi vừa là kết thúc chuỗi:^ site$.
For example, if you need to match only the string“site”,then construct your regex so that“site” is the both the beginning and end of the string:^site$.
Điều này dẫn tôi đến kết luận rằng có chính xác ba loại giá trị( sử dụng thủ thuật ký hiệu regex bằng cách sử dụng một chữ cái viết hoa để cho thấy một tiêu cực- tôi đã vội vàng).
This led me to the conclusion that there are exactly three kinds of values(using the regex notational trick of using a capital letter to indicate a negative- I was in a hurry).
Results: 28, Time: 0.0177

Top dictionary queries

Vietnamese - English