-
## Code Generator Language
Go
### Code Snippet
I want to replace `A(.)C` in `ABC` with `C${1}A` (the result should be `CBA`). The current code is
```golang
package main
import (
…
-
I'm using below regex to find occurance of command EXIT SCRIPT except for last line. However it is not wokring
`(?i)(EXIT\s+SCRIPT.*$)(\n)`
Working:
`(?i)(EXIT\s+SCRIPT.*$)`
It's working whe…
-
Hey, love the idea of this package, I was wondering if you knew a way to get tailwind [intellisense](https://github.com/tailwindlabs/tailwindcss-intellisense) working with the strings in this package
-
Watch Carli Spina talk on Universal Design for Learning and determine if there are common issues/improvements to address in the lesson.
Universal Design for Learning
In this Carpentries in Librari…
-
I was trying out Liran`s suggestion to validate regex expressions.
I used [safer-regex](https://www.npmjs.com/package/safer-regex) but I have a problem validating email regex, I even used the regex…
-
Filter header information out from the running, startup configs such that get_config and load_replace_candidate are complimentary operations.
i.e. you can do get_config on running and then go and i…
-
## Feature
When writing a C# enum you don't use the `@"pattern"gm` syntax as currently in the browser.
It's more common to use `@"pattern", Multiline | IgnoreCase | Compiled`. Which reads more know …
-
As implemented by [Boost](http://www.boost.org/doc/libs/1_46_0/libs/regex/doc/html/boost_regex/syntax/basic_extended.html), for example.
-
## Development environment used
- Z Open Editor version:
- Editor Platform
- [X] Visual Studio Code
- [ ] Red Hat CodeReady Workspaces
- [ ] Eclipse Che
- [ ] Standalone Theia
…
-
This is a followup of [this conversation](https://github.com/bcosca/fatfree-core/commit/5dcbd8c78adb7d594cde7bbf29eed649d0480e64#all_commit_comments).
The SQL mapper tries to automatically quote th…