Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
There is a small oddity wherein this post shows up strangely in list pages: Regex to get text outside brackets I am trying to capture the content outside square brackets in groups, using this r...
Answer
#3: Post edited
- There is a small oddity wherein [this post][1] shows up strangely in [list pages][2]:
- > ### [Regex to get text outside brackets][1]
- >
> I am trying to capture the content outside square brackets in groups, using this regex: (.*)\[.*?\](.*) And it works perfectly for a simple string like this: testing\_[\_is\_]\_done This is the…- If code blocks are not supposed to appear on list pages, is MathJax?
- [1]: https://software.codidact.com/posts/291744
- [2]: https://software.codidact.com/categories/38/tags/3326
- There is a small oddity wherein [this post][1] shows up strangely in [list pages][2]:
- > ### [Regex to get text outside brackets][1]
- >
- > I am trying to capture the content outside square brackets in groups, using this regex: (.\*)\[.*?\](.\*) And it works perfectly for a simple string like this: testing\_[\_is\_]\_done This is the…
- If code blocks are not supposed to appear on list pages, is MathJax?
- [1]: https://software.codidact.com/posts/291744
- [2]: https://software.codidact.com/categories/38/tags/3326
#2: Post edited
There is a small oddity wherein [this post][1] shows up strangely in the ***List*** page:- > ### [Regex to get text outside brackets][1]
- >
- > I am trying to capture the content outside square brackets in groups, using this regex: (.*)\[.*?\](.*) And it works perfectly for a simple string like this: testing\_[\_is\_]\_done This is the…
- If code blocks are not supposed to appear on list pages, is MathJax?
[1]: https://software.codidact.com/posts/291744
- There is a small oddity wherein [this post][1] shows up strangely in [list pages][2]:
- > ### [Regex to get text outside brackets][1]
- >
- > I am trying to capture the content outside square brackets in groups, using this regex: (.*)\[.*?\](.*) And it works perfectly for a simple string like this: testing\_[\_is\_]\_done This is the…
- If code blocks are not supposed to appear on list pages, is MathJax?
- [1]: https://software.codidact.com/posts/291744
- [2]: https://software.codidact.com/categories/38/tags/3326
#1: Initial revision
There is a small oddity wherein [this post][1] shows up strangely in the ***List*** page: > ### [Regex to get text outside brackets][1] > > I am trying to capture the content outside square brackets in groups, using this regex: (.*)\[.*?\](.*) And it works perfectly for a simple string like this: testing\_[\_is\_]\_done This is the… If code blocks are not supposed to appear on list pages, is MathJax? [1]: https://software.codidact.com/posts/291744