Clarified Functionality and naming

pull/1/head
sloppyjosh 2024-02-23 01:17:02 -05:00
parent c85a53f57c
commit 9d536f48e9
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
// src/services/CommentService.ts
import { Comment } from '../models/Comment';
export class CommentService {
export class CommentParser {
private regexPattern: RegExp = /(^|\s|\\r\\n|\\t|[".,;(){}\[\]!?@#])(\/?u\/[a-zA-Z0-9_]+)/g;
/**