You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/pipedream_utils/actions/extract-by-regular-expressions-list/extract-by-regular-expressions-list.mjs
+71-56Lines changed: 71 additions & 56 deletions
Original file line number
Diff line number
Diff line change
@@ -4,77 +4,92 @@ export default {
4
4
name: "Formatting - [Text] Extract by Regular Expressions List (Regex)",
5
5
description: "Find matches for regular expressions. Returns all matched groups with start and end position.",
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/components/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ and our community and their source code is available in our [public Github repo]
21
21
- Refer to the [SDK](https://github.com/PipedreamHQ/pipedream/blob/master/packages/connect-react/README.md) to get started
22
22
23
23
<Callouttype="info">
24
-
Check out the [public demo app](https://pdrm.co/connect) to see the API and SDK in action. You can also [run it locally and explore the code](https://github.com/PipedreamHQ/pipedream-connect-examples/tree/master/connect-react-demo).
24
+
Check out the [public demo app](https://pipedream.com/connect/demo) to see the API and SDK in action. You can also [run it locally and explore the code](https://github.com/PipedreamHQ/pipedream-connect-examples/tree/master/connect-react-demo).
Copy file name to clipboardExpand all lines: docs-v2/pages/connect/index.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ import VideoPlayer from "@/components/VideoPlayer";
12
12
## Demos
13
13
14
14
<Callouttype="info">
15
-
Check out [Pipedream MCP](/connect/mcp/developers) in our **[demo chat app](https://chat.pipedream.com)** or explore the [Connect SDK](/connect/components) in our **[playground](https://pdrm.co/connect)**.
15
+
Check out [Pipedream MCP](/connect/mcp/developers) in our **[demo chat app](https://chat.pipedream.com)** or explore the [Connect SDK](/connect/components) in our **[playground](https://pipedream.com/connect/demo)**.
0 commit comments